@charset "utf-8";
/*******CSS commont*************/
html{ scroll-behavior: smooth; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-weight:inherit;font-size:inherit;font-family:inherit; border: 0px;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******CSS reset*************/
body{ background: #fff; overflow-x: hidden; color:#121314; font-size: 12px; font-family:'Microsoft YaHei','微软雅黑',Arial; overflow-x: hidden; overflow-y: auto;}
@media (min-width:1200px) 
{
    body{ font-size: 14px; }
}
@media (min-width:1601px) 
{
    body{ font-size: 15px; }
}
a{color:#121314;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#f39801; }
.left{float:left;}
.right{float:right;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.clear{clear:both;}
.hidden{display:none;}
@font-face{
    font-family: 'MONTS';
    src:url('tt0173m.ttf') format('truetype');
}
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img{width:110%;transition:.36s width;}
.imgboxs{position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs:hover img{width:110%;transition:.36s width;}
.simgbox {position:relative;overflow:hidden;width:100%;}
.simgbox:after {content:'';display:block;padding-top:67%;}
.simgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.simgbox:hover img{width:110%;transition:.36s width;}
.pimgbox {position:relative;overflow:hidden;width:100%;}
.pimgbox:after {content:'';display:block;padding-top:75%;}
.pimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.nimgboxs{position:relative;overflow:hidden;width:100%;}
.nimgboxs:after {content:'';display:block;padding-top:113.23%;}
.nimgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
/*******Css header*******/
#header{ background: #fff; width: 100%; padding: 12px 0px 10px 0px; position:fixed; top: 0px; left: 0px; z-index: 999; transition: all 0.5s ease-out 0s; }
#header.shows{ padding: 8px 0px 8px 0px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
.logo{ width:180px; float: left; transition: all 0s;}
.logo img{ max-width: 100%; }
.header_right{ float: right; }
.map_open{ font-size: 20px; width: 34px; text-align: center; height:32px; line-height: 32px; float: left;}
.header_search{ position:relative; z-index: 55; font-size: 18px; width: 34px; text-align: center; height:32px; line-height: 32px; float: left; }
.hsearch{ background: #fff; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05); z-index: 9999; display: none; width: 250px; height: 40px; line-height: 40px; border-radius: 5px; overflow: hidden; position: absolute; bottom: -40px; right: 10px;}
.keywords{ width: 190px; padding: 0px 15px; float: left; outline: none;}
.hsearch_btn{ font-size: 20px; width: 60px; background: #f39801; color: #fff; float: left; text-align: center;}
.hsearch_btn:hover{ background: #f18b5e; color: #fff; }
@media (min-width:370px) 
{
    .map_open{ width: 38px; height:33px; line-height: 33px;}
    .header_search{ width: 38px; height: 33px; line-height: 33px;}
    .logo{ width:190px; }
}
@media (min-width:768px) 
{
    .logo{ width:212px; }
    .map_open{ width: 44px; font-size: 22px; height:37px; line-height: 37px; }
    .header_search{ width: 44px; font-size: 20px; height: 37px; line-height: 37px;}
}
@media (min-width:1200px) 
{
    #header{ padding:0px; height:72px; line-height: 72px;}
    #header.shows{ padding: 0px; height:58px; line-height: 58px; }
    #header .container{ position: relative; }
    .header_right{ padding-right: 50px; }
    .header_search{ width: 44px; position: absolute; top: 50%; transform: translateY(-50%); right:0px; }
}
@media (min-width:1601px) 
{
    #header{ height:86px; line-height: 86px;}
    #header.shows{ height:66px; line-height: 66px; }
    .header_right{ padding-right: 60px; }
    .header_search{ font-size: 24px; }
}
.navs{ float: left; }
.navs .nli{ float: left; text-align: center;}
.navs .nli p{ float: left; width: 100%; padding: 0px 30px;}
.navs .nli p a{ display: block; font-size: 16px; position: relative;}
.navs .nli p a:after{ width: 0px;  content: ''; background: #f39801; height: 3px; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); transition: all 0.3s ease-out 0s;}
.navs .nli p a:hover:after{ width: 100%; }
.navs .nli p a:hover{ color: #f39801; }
.navs .nli.ons p a{ font-size: 16px; font-weight: bold; color: #f39801;}
.navs .nli.ons p a:after{ width: 100%; }
.dnav-list-box{ opacity: 0; height: 0px; overflow: hidden; border-top: solid 1px #CBCACA; width: 100%; position: absolute; top: 72px; left: 0px; z-index: 999; background:rgba(255, 255, 255, 1); box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);}
.dnav_list{ overflow: hidden; }
.dnav_list a{float: left; height: 50px; line-height: 50px; overflow: hidden; color: #555; font-size: 15px;}
.dnav_list a:hover{ background: #f39801; color: #fff;}
.dnav_list a.on{ background: #f39801; color: #fff;}
#dnav_about a{ width: calc(100% / 7); }
#dnav_news a{ width: calc(100% / 2); }
#dnav_job a{ width: calc(100% / 3); }
#dnav_coc a{ width: calc(100% / 2); }
.dnav_pro{ overflow: hidden; padding-bottom: 20px;}
.dnav_pro .hd{ padding-left: 140px; }
.dnav_pro .hd li{ cursor: pointer; position: relative; float: left; width: calc(100% / 3); height: 50px; line-height: 50px; font-size: 15px;}
.dnav_pro .hd li a{ color: #555; }
.dnav_pro .hd li i{ display: none; content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -8px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 10px solid #f39801;}
.dnav_pro .hd li.on{ background: #f39801; }
.dnav_pro .hd li.on a{ color: #fff; }
.dnav_pro .hd li.on i{ display: block; }
.dnav_pro_c{ overflow: hidden; }
.dnav_pro_c .inHd{ width: 140px; float: left; border-right: solid 1px rgba(0, 0, 0, 0.1);}
.dnav_pro_c .inHd li{ cursor: pointer; font-size: 14px; height: 48px; line-height: 48px; text-align: right; padding-right: 15px;}
.dnav_pro_c .inHd li a{ color: #555; }
.dnav_pro_c .inHd li.on{ background: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #f39801);
  background: -webkit-gradient(linear,0 100%,100% 0%,from(rgba(255,255,255,0.7)),to(#f39801));
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.7), #f39801);
  background: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #f39801); }
.dnav_pro_c .inHd li.on a{ color: #121314; }  
.dnav_pro_c .inBd{ width: 960px; float: right; padding-top: 40px;}
.dnav_pro_ccc{ overflow: hidden; }
.dnav_pro_ccc a{ width: 33.3%; float: left; padding: 0px 30px; text-align: center;}
.dnav_pro_cc_txt{ color: #555; font-weight: bold; padding: 0px 10px; border: solid 1px #dedede; margin-top: 10px; height: 34px; line-height: 34px; overflow: hidden; }
.dnav_pro_cc_dc{ font-size: 13px; line-height: 22px; height: 22px; color: #888; overflow: hidden; margin-top: 8px;}
.dnav_pro_cc{ overflow: hidden; padding-top: 40px; padding-left:30px; padding-right: 30px;}
.dnav_pro_cc a{ width:25%; float: left; padding: 0px 25px; text-align: center; }
.dnav_pro_ccc a:hover .dnav_pro_cc_txt{ color: #f39801; }
.dnav_pro_cc a:hover .dnav_pro_cc_txt{ color: #f39801;}

@media (min-width:1601px) 
{
    .navs .nli p{ padding: 0px 45px; }
    .dnav-list-box{ top:86px;  }
    .dnav_list a{ height: 60px; line-height: 60px; }
    .dnav_pro .hd{ padding-left: 170px; }
    .dnav_pro .hd li{ height: 56px; line-height: 56px; }
    .dnav_pro_c .inHd{ width: 170px; }
    .dnav_pro_c .inHd li{ height: 50px; line-height: 50px; }
    .dnav_pro_c .inBd{ width: 1170px; }
    .dnav_pro_cc_txt{ height: 38px; line-height: 38px; margin-top: 18px;}
    .dnav_pro{ padding-bottom: 30px; }
    .dnav_pro_ccc a{ padding: 0px 45px; }
    .dnav_pro_cc{ padding-left:40px; padding-right: 40px; }
    .dnav_pro_cc a{ padding: 0px 30px; }
    .dnav_pro_cc_dc{ font-size: 14px; line-height: 24px; height: 24px; }
}

.map_closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map_closes a{ text-align: center; float: right; margin-right: 2px; }
.map_closes a .iconfont{ font-size: 30px; color:#f39801; }
.map_close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
#menu_map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow-x:hidden; overflow-y: scroll; }
#menu_map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
.navp1{ padding: 10px 0px 10px 30px;  }
.navp1 img{ max-width: 90%; }
.navp2{ padding-left: 30px; font-size: 1.4rem;}
.navp2 b{ font-size: 1.6rem; color: #f39801; }
.navul{ width: 94%; margin: 10px auto 15px;}
.nav-item{position: relative; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 50px;max-height:50px; font-size: 15px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item p a{ float: left;}
.nav-item.on{ color: #f39801; }
.nav-item.on a{ color: #f39801; }
.nav-item.on p i{ color: #f39801; }
.nav-item.nav-show{border-bottom: none; background:#f5f5f5; }
.nav-item .msubs{display:none; padding: 0px 16px 12px 16px; overflow:hidden; }
.nav-item .msubs a{ line-height: 2; margin-bottom:5px; font-size: 14px; display: block;}
.nav-item .msubs a.on{ color:#f39801;}
.nav-item .msubs a:hover{ color:#f39801;}
.nav-item.nav-show .msubs{display: block;}
.nav-item.nav-show p i{transform:rotate(90deg);}

#mbanners{ overflow: hidden; position: relative;}
#mbanners img{ width: 100%;}
#mbanners .swiper-prev,#mbanners .swiper-next{ text-align: center; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; z-index: 2; background: rgba(255, 255, 255, 0.4); color: #444; position: absolute; top: 50%; transform: translateY(-50%);}
#mbanners .swiper-prev{ left: 3px; }
#mbanners .swiper-next{ right: 3px; }
#mbanners .swiper-prev:hover,#mbanners .swiper-next:hover{ background:#f39801; color: #fff; }
@media (min-width:768px) 
{
    #mbanners .swiper-prev,#mbanners .swiper-next{ width: 36px; height: 36px; line-height: 36px;}
}
@media (min-width:992px) 
{
    #mbanners .swiper-prev,#mbanners .swiper-next{ width: 42px; height: 42px; line-height: 42px;}
}
#banners{ overflow: hidden; position: relative;}
#banners img{ width: 100%;}
#banners .swiper-prev,#banners .swiper-next{ transition: all 0.5s ease-out 0s; outline: none; text-align: center; width: 48px; height: 48px; line-height: 48px; border-radius: 50%;  z-index: 2; background: rgba(255, 255, 255, 0.4); color: #444; position: absolute; top: 50%; transform: translateY(-50%);}
#banners .swiper-prev{ left: 10px; }
#banners .swiper-next{ right: 10px; }
#banners .swiper-prev:hover,#banners .swiper-next:hover{ background:#f39801; color: #fff;}
@media (min-width:1601px) 
{
    #banners .swiper-prev,#banners .swiper-next{ width: 56px; height: 56px; line-height: 56px; font-size: 17px; }
}
#page_banner{ position:relative; }
.page_banner_bg{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-image: url(../images/page_banner.jpg); background-position: top center; background-size: cover; background-repeat: no-repeat;  }
.page_banner{ padding: 36px 0px 60px 0px; width: 100%; position: relative; z-index: 1;}
.page_banner_cc{ padding:15px 35px 15px 20px; color: #fff; background: url(../images/page_banner_bg.png) no-repeat; background-size: 100% 100%; display: inline-block;}
.page_banner_cc_tt{ font-size: 20px; font-weight: bold;}
.page_banner_cc_ft{ text-transform: uppercase;  font-family: Arial; margin-top: 3px;}
#page_crum{ padding: 5px 0px; line-height: 1.6; color: rgba(255, 255, 255, 0.5); width: 100%; position: absolute; z-index: 3; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.2);}
#page_crum a{ color: rgba(255, 255, 255, 0.58); }
#page_crum a:hover{ color: #fff; }
.page_crum{ overflow: hidden; }
.page_crum_sp1{ margin-right: 5px;}
.page_menu{ border-bottom: solid 1px rgba(0, 0, 0, 0.24); }
#page_menu{  overflow-x: auto; overflow-y: hidden; display: flex; position: relative;}
#page_menu .page_menuc{ width: auto; margin-right: 35px; white-space: nowrap;}
#page_menu .page_menuc a{ height: 50px; line-height: 50px; font-size: 14px;}
.movebg{ opacity: 0; width: 56px; height: 5px; position: absolute; background: #f39801; left: 0; bottom: -2px; transition: all 0.5s ease-out 0s;}
#page_menus{ position: relative; }
#page_menus .swiper-slide{ width: 33.3%; }
#page_menus .swiper-slide p{ position: relative; display: block; height: 50px; line-height: 50px; font-size: 12px; }
#page_menus .swiper-slide p:after{ z-index: 3; content: ''; width: 0px; height: 5px; background: #f39801; position: absolute; left: 0; bottom: -2px;  transition: all 0.5s ease-out 0s;}
#page_menus .swiper-slide p i{ display: inline-block;margin-left: 5px; color: #888;}
#page_menus .swiper-slide.ons p:after{ width: 100%; }
#page_menus .swiper-slide.ons p a{ display: inline-block; color: #f39801; }
#page_menus .swiper-slide:hover p:after{ width: 100%; }
#page_menus .page_menu_msubs{ padding: 6px 0px 8px 0px; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);  display: none; z-index: 2; width: 100%; position:absolute; top: 50px; left: 0px; background:rgba(255, 255, 255, 0.9);}
#page_menus .page_menu_msubs a{ text-align: center; height: 32px; line-height: 32px; overflow: hidden; width: 100%; float: left; }
#page_menus .page_menu_msubs a:hover{ color: #f39801; }
#page_menus .page_menu_msubs a.on{ color: #f39801; }
#page_menus .swiper-slide:hover .page_menu_msubs{ display: block; }
@media (min-width:370px) 
{
    #page_menus .swiper-slide p{ font-size: 14px;  }
    #page_menus .swiper-slide p i{ margin-left: 10px;  }
}
@media (min-width:768px) 
{
    #page_menus .swiper-slide p i{ margin-left: 15px; }
}
@media (min-width:992px) 
{
    #page_menu .page_menuc{ margin-right: 45px; }
}
@media (min-width:1200px) 
{
    .page_banner{ padding: 65px 0px 85px 0px; }
    .page_banner_cc{ padding:26px 62px 26px 32px; }
    .page_banner_cc_tt{ font-size: 30px; }
    #page_crum{ padding: 8px 0px; }
    #page_menu .page_menuc{ margin-right: 0px; text-align: center;}
    #page_menu .page_menuc a{ height: 66px; line-height: 66px; font-size: 16px;  }
    #page_menus .swiper-slide p{ height: 66px; line-height: 66px; font-size: 16px;  }
    #page_menus .swiper-slide p i{ display: none; }
    #page_menus .page_menu_msubs{ top: 66px;  padding: 8px 0px 10px 0px;}
    #page_menus .page_menu_msubs a{ height: 34px; line-height: 34px; }
    #page_menu .page_menuc1{ width: calc(100% / 7); }
    #page_menu .page_menuc2{ width: calc(100% / 2);}
    #page_menu .page_menuc3{ width: calc(100% / 3);}
    #page_menu .page_menuc4{ width: calc(100% / 2);}
}
@media (min-width:1601px) 
{
    .page_banner{ padding: 140px 0px 125px 0px; }
    .page_banner_cc{ padding: 40px 110px 40px 45px; }
    .page_banner_cc_tt{ font-size: 40px; }
    #page_crum{ padding: 12px 0px; }
    #page_menu .page_menuc a{ height: 86px; line-height: 86px; font-size: 17px;}
    .movebg{ width: 68px; }
    #page_menus .swiper-slide p{ height: 86px; line-height: 86px; font-size: 17px;  }
    #page_menus .page_menu_msubs{ top: 86px;  padding: 10px 0px 12px 0px;}
    #page_menus .page_menu_msubs a{ height: 36px; line-height: 36px; }
}


/*******Css home*******/
#index_wrap{ padding-bottom: 25px; }
.chan1{ margin-top: 20px; }
.chan1_tt{ text-align: center; }
.chan1_tt a{ padding-bottom: 10px; font-size: 20px; display: inline-block; color:#f39801; position: relative;}
.chan1_tt a:after{ content: ''; width: 36px; height: 3px; background: #f39801; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%);}
.news{ margin-top: 15px; }
.news_top{ overflow: hidden; }
.news_top a{ width: 100%; float: left;}
.news_top_img{ width: 45%; float: left; background: #f5f5f5;}
.news_top_txt{ width: 50%; float: right;}
.news_top_txt_tt{ height: 30px; line-height: 30px; overflow: hidden; font-size: 15px; font-weight: bold;}
.news_top_txt_dc{ color: #888; line-height: 20px; height: 40px; overflow: hidden; }
.news_top_txt_tm{ line-height: 22px; height: 22px; margin-top: 3px; overflow: hidden; color: #bbb;}
.news_top_txt_tm i{ float: left; }
.news_top_txt_tm span{ float: left; margin-left: 5px;}
.news_bottom{ overflow: hidden; margin-top: 5px;}
.news_bottom a{ width: 100%; position: relative; float: left; border-bottom: solid 1px #e1e1e1; height: 36px; line-height: 36px; overflow: hidden; padding-left: 10px;}
.news_bottom a i{ width: 4px; height: 4px; position: absolute; left: 2px; top: 50%; margin-top: -2px; background: #999999; }
.news_bottom a p{ height: 36px; width: 80%; float: left; font-size: 13px;}
.news_bottom a span{ float: right; color: #bbb;}
.news_mm{ margin-top: 15px; overflow: hidden;}
.news_mm a{ padding: 9px 57px 9px 22px; border-radius:20px; position: relative; border: solid 1px #eee; color: #666; float: left; }
.news_mm a i{ transition: all 0.5s ease-out 0s; right: 20px; width: 24px; height: 7px; background: url(../images/jt_01h.png) no-repeat; position: absolute; top: 50%; margin-top: -3px;}
.news_mm a:hover{background-color: #f39801; color: #fff;}
.news_mm a:hover i{ right: 15px; background: url(../images/jt_01.png) no-repeat;}
.ivideo{ margin-top: 20px; position: relative;}
.ivideo .bd{ padding-top: 12px; }
.ivideo_cc{ position: relative; overflow: hidden;}
.ivideo_cc img{ max-width: 100%; }
.ivideo_video{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px;}
.ivideo_txt{ margin-top: 60px; }
.ivideo_txt_tt{ font-size: 13px; height: 22px; line-height: 22px; overflow: hidden; color: #666666;}
.ivideo_txt_dc{ height: 22px; line-height: 22px; overflow: hidden; color: #666666;}
.ivideo .hd{ overflow: hidden; text-align: center; height: 40px; line-height: 40px; background: #eeeeee; border-radius: 20px;}
.ivideo .hd ul li{ width: 25%; float: left; border-radius: 20px; color: #666666; cursor: pointer;}
.ivideo .hd ul li.on{ background: #f39801; color: #fff; }
.products{ margin-top: 12px; }
.products .hd{ text-align: center; overflow: hidden;}
.products .hd li{ cursor: pointer; width: 31.3%; height: 34px; line-height: 34px; border: solid 1px #eee;  border-radius: 18px; margin: 5px 1%; float: left;}
.products .hd li.on{ background: #f39801; color: #fff;}
.products_cc{ padding-top: 15px; padding-bottom: 15px; overflow: hidden; }
.products_cc a{ width: 100%; float: left; border: solid 1px #E4E4E4;}
.products_cc a:hover{ box-shadow: 0 0 18px rgba(0, 0, 0, 0.15); }
.products_cc_img{ background: url(../images/pro_bg.jpg) no-repeat; background-size: cover;}
.products_cc_txt{ padding: 15px 15px 15px 140px; position: relative;}
.products_cc_txt_left{ text-align: center; width: 110px; height: 30px; overflow: hidden; position: absolute; left: 15px; top: 50%; transform: translateY(-50%);}
.products_cc_txt_left span{ height: 30px; overflow: hidden; font-size: 18px; font-weight: bold; display:inline-block; position: relative; padding-bottom: 5px;}
.products_cc_txt_left span:after{ content: ''; width: 100%; height: 3px; background: #f39801; position: absolute; left: 0px; bottom: 0px;}
.products_cc_txt_right{ color: #444444; line-height: 20px; height: 40px; overflow: hidden;}
.products_mm{ text-align:center;}
.products_mm a{ padding: 8px 60px 8px 25px; border-radius:20px; position: relative; border: solid 1px #eee; color: #666; display: inline-block; }
.products_mm a i{ transition: all 0.5s ease-out 0s; right: 20px; width: 24px; height: 7px; background: url(../images/jt_01h.png) no-repeat; position: absolute; top: 50%; margin-top: -3px;}
.products_mm a:hover{background-color: #f39801; color: #fff; }
.products_mm a:hover i{ right: 15px; background: url(../images/jt_01.png) no-repeat;}
.hdzt{ overflow: hidden; margin-top: 15px; position: relative;}
.hdzt a{ width: 100%; float: left; position: relative;}
.hdzt a img{ width: 100%; }
.hdzt_txt{ z-index: 1; width: 100%; padding: 10px 15px; position: absolute; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.7); color: #fff;} 
.index_products{ overflow: hidden; margin-top: 15px;}
.index_products a{ width: 100%; float: left; position: relative;}
.index_products_txt{ padding: 0px 15px; text-align: center; transition: all 0.2s ease-out 0s; width: 100%; position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); left: 0px;}
.index_products_txt_tt{ color: #fff; font-size: 17px;}
.index_products_txt_dc{ margin-top: 15px; }
.index_products_txt_dc span{ font-size: 13px; padding: 5px 18px; background: #f39801; color: #fff; border-radius: 16px;}
@media (min-width:370px) 
{
    .news_top_img{ width: 40%; }
    .news_top_txt{ width: 55%; }
    .products .hd li{ font-size: 13px; }
}
@media (min-width:768px) 
{
    .news_top_img{ width: 30%; }
    .news_top_txt{ width: 65%; }
    .news_top_txt_tt{ height: 35px; line-height: 35px;}
    .news_top_txt_dc{ height: 60px; margin-top: 5px;}
    .news_top_txt_tm{ margin-top: 10px; }
    .news_bottom a{ height: 42px; line-height: 42px; }
    .news_bottom a p{ height: 42px; }
}
@media (min-width:992px) 
{
    .news{ width: 48%; float: left;}
    .ivideo{ width: 48%; float: right;}
    .ivideo .hd{ height: 42px; line-height: 42px;}
    .ivideo .bd{ padding-top: 15px; }
    .news_top_img{ width: 32%; }
    .news_top_txt{ width: 63%; }
    .news_top_txt_tt{ height: 32px; line-height: 32px;}
    .news_top_txt_dc{ height: 40px; }
    .news_top_txt_tm{ margin-top: 8px; }
    .news_bottom a{ height: 42px; line-height: 42px;}
    .news_bottom a p{ height: 42px; }
    .news_mm{ margin-top: 15px; }
    .products_mm{ margin-top: 5px; }
    .products .hd li{ width: 14.6%; height: 36px; line-height: 36px;}
}
@media (min-width:1200px) 
{
    #index_wrap{ padding-bottom: 40px; }
    .chan1{ margin-top: 35px; }
    .chan1_tt a{ font-size: 30px; padding-bottom: 15px;}
    .news{ margin-top: 25px; }
    .news_top_txt_tt{ font-size: 17px; }
    .news_top_txt_dc{ line-height: 25px; height: 50px;}
    .news_bottom a{ height: 52px; line-height: 52px; padding-left: 15px;}
    .news_bottom a p{ height: 52px; font-size: 15px;}
    .news_mm{ margin-top: 18px; }
    .news_mm a{ padding: 10px 68px 10px 28px; }
    .news_mm a i{ right:25px; }
    .news_mm a:hover i{ right: 20px; }
    .ivideo{ margin-top: 25px; }
    .ivideo .hd ul li{ font-size: 15px; }
    .ivideo .hd{ height: 48px; line-height: 48px;}
    .ivideo .bd{ padding-top: 25px; }
    .ivideo_txt_tt{ font-size: 15px; line-height:24px; height: 24px;}
    .products{ margin-top: 20px; }
    .products .hd li{ height: 42px; line-height: 42px; font-size: 14px; border-radius: 22px;}
    .products_cc{ padding-top: 25px; padding-bottom: 25px;}
    .products_cc_txt{  padding: 16px 16px 16px 155px; }
    .products_cc_txt_left{ width:126px; height:36px; left: 20px;}
    .products_cc_txt_left span{ height: 36px; font-size: 20px; padding-bottom: 8px;}
    .products_cc_txt_right{ line-height: 23px; height: 46px;}
    .products_cc a:hover{ box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }
    .products_mm{ margin-top: 6px; }
    .products_mm a{ padding: 10px 68px 10px 28px; }
    .products_mm a i{ right:25px; }
    .products_mm a:hover i{ right: 20px; }
    .hdzt{ margin-top: 25px; }
    .index_products{ margin-top: 25px; }
    .index_products_txt_tt{ font-size: 22px; }
    .index_products_txt_dc{ margin-top: 20px; }
    .index_products_txt_dc span{ font-size: 15px; padding: 7px 28px; border-radius: 18px;}
}
@media (min-width:1601px) 
{
    #index_wrap{ padding-bottom: 80px; }
    .chan1{ margin-top: 70px; }
    .chan1_tt a{ font-size: 38px; padding-bottom: 20px;}
    .news{ margin-top: 45px; width: 47.2%;}
    .news_top_img{ width: 30%; }
    .news_top_txt{ width: 65%; }
    .news_top_txt_tt{ font-size: 18px; line-height: 40px; height: 40px;}
    .news_top_txt_dc{ line-height: 26px; height: 52px;}
    .news_top_txt_tm{ margin-top: 12px; }
    .news_bottom a{ height: 65px; line-height: 65px; padding-left: 20px;}
    .news_bottom a p{ height: 65px; font-size: 16px;}
    .news_mm{ margin-top: 25px; }
    .news_mm a{ padding: 14px 80px 14px 42px; border-radius: 30px;}
    .news_mm a i{ right:40px; }
    .news_mm a:hover i{ right: 30px; }
    .ivideo{ margin-top: 45px; width: 47.2%;}
    .ivideo .hd{ height: 58px; line-height: 58px; border-radius: 29px; }
    .ivideo .hd ul li{ border-radius: 29px; font-size: 16px;}
    .ivideo_hd_a1{ padding: 0px 25px 0px 35px; font-size:18px; }
    .ivideo_txt{ margin-top: 80px; }
    .ivideo_txt_tt{ font-size: 16px; line-height:28px; height: 28px;}
    .ivideo .bd{ padding-top: 28px; }
    .products{ margin-top: 35px; }
    .products .hd li{ height: 50px; line-height: 50px; font-size: 16px; border-radius: 26px;}
    .products_cc{ padding-top: 30px; padding-bottom: 35px;}
    .products_cc_txt{  padding: 20px 25px 20px 170px; }
    .products_cc_txt_left{ width:140px; height:40px; left: 22px;}
    .products_cc_txt_left span{ height: 40px; font-size: 22px; padding-bottom: 8px;}
    .products_cc_txt_right{ line-height: 25px; height: 50px;}
    .products_cc a:hover{ box-shadow: 0 0 35px rgba(0, 0, 0, 0.15); }
    .products_mm a{ padding: 14px 80px 14px 42px; border-radius: 30px; }
    .products_mm a i{ right:40px; }
    .products_mm a:hover i{ right: 30px; }
    .hdzt{ margin-top: 45px; }
    .index_products{ margin-top: 45px; }
    .index_products_txt_tt{ font-size: 28px; }
    .index_products_txt_dc{ margin-top: 25px; }
    .index_products_txt_dc span{ font-size: 16px; padding: 8px 32px; border-radius: 22px;} 
}
.index_products a:hover .index_products_txt{ transform: translateY(-55%); }
.index_products a:hover .index_products_txt_dc span{ background:#f18b5e ; }

/*******Css footer*******/
#mfooter{ text-align: center; line-height: 2; padding: 18px 0px 22px 0px; margin-bottom: 58px; background: #f39801; color: #fff;}
#mfooter a{ color: #fff; }
.mfooter_tt{ font-size: 13px; font-weight: bold;}
.mfooter_dc{ font-size: 18px; font-weight: bold; }
.mfooter_wx{ margin-top: 15px; }
.mfooter_wxc{ display: inline-block; position: relative; padding-right: 90px;}
.mfooter_wxc img{ width: 113px; }
.mfooter_wx_txt{ text-align: left; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
#mfooter .mfooter_icp{ margin-top: 8px; color: rgba(255, 255, 255, 0.5);}
#mfooter .mfooter_icp a{ color: rgba(255, 255, 255, 0.5); }
#mfooter .mfooter_icp a:hover{ color: #fff; }
#footer{ text-align: center; line-height: 2; padding: 25px 0px 25px 0px; background: #f39801; color: #fff; }
#footer a{ color: #fff; }
.footer_left{ width: 74%; float: left; text-align: left; position: relative; padding-right: 15px;}
.footer_left dl{ width: 20%; float: left; padding-right: 70px;}
.footer_left dl dt{ font-size: 17px; font-weight: bold; padding-bottom: 15px; border-bottom: solid 1px #F8C46F;}
.footer_left dl dd{ margin-top: 12px; overflow: hidden;}
.footer_left dl dd a{ width: 100%; float: left; line-height: 30px; height: 30px; overflow: hidden;}
#footer .footer_left dl dd a{ color: rgba(255, 255, 255, 0.9); }
#footer .footer_left dl dd a:hover{ color: #fff; text-decoration: underline;}
.footer_left dl dd a.on{ font-weight: bold; }
.footer_left:after{ content: ''; width: 1px; height: 100%; position: absolute; background: #F8C46F;}
.footer_right{width: 270px; float: right; text-align: left;}
.footer_right_tt{ font-size: 16px; font-weight: bold;}
.footer_right_dc{ font-size: 26px; font-weight: bold; }
.footer_right_cc{ line-height: 1.6; }
.footer_right_wx{ margin-top: 20px; }
.footer_right_wxc{ display: inline-block; position: relative; padding-right: 100px;}
.footer_right_wx img{ width: 90px; }
.footer_right_wx_txt{ text-align: left; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
#footer .footer_icp{ margin-top: 15px; color: rgba(255, 255, 255, 0.5);}
#footer .footer_icp a{ color: rgba(255, 255, 255, 0.5); }
#footer .footer_icp a:hover{ color: #fff; }
@media (min-width:768px) 
{
    #mfooter{ margin-bottom: 0px; }
}
@media (min-width:1601px) 
{
    #footer{ padding: 36px 0px 32px 0px; }
    .footer_left dl{ padding-right: 100px; }
    .footer_left dl dt{ font-size: 18px; padding-bottom: 20px; }
    .footer_left dl dd{ margin-top: 15px; }
    .footer_left dl dd a{ line-height: 32px; height: 32px;  }
    .footer_right_tt{ font-size: 17px; }
    .footer_right_dc{ font-size: 30px; }
    .footer_right_wx{ margin-top: 30px; }
    .footer_right_wxc{ padding-right: 110px; }
    .footer_right_wx img{ width: 100px; }
}
.footernav{ width: 100%; color: #fff; height:58px; overflow: hidden; border-top: solid 1px rgba(255, 255, 255, 0.2); position: fixed; bottom:0px; padding:5px 0px 8px 0px; left: 0px; z-index: 999;   background:#f39801; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; }
.footernp1{ font-size:20px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation: swing 1s; }
.ui-sidebar{position:fixed;right:0; bottom:100px; z-index: 999;}
.ui-sidebar ul{ box-shadow:0px 0px 30px rgba(0,0,0,0.1);border-radius:20px 0 0 20px; text-align: center;}
.ui-sidebar ul li a{ outline: none; width:48px;line-height:48px; height:48px; color:#f39801;display:block; background:#fff;border:1px solid #eee;}
.ui-sidebar ul li a i{font-size:30px;}
.ui-sidebar ul li div{ position:absolute;right:-200px;top:2px;border:1px solid #d9d9d9;box-shadow:0px 0px 30px rgba(0,0,0,0.1);background:#fff;font-size:13px; border-radius:4px;padding:0 10px;line-height:48px;opacity:0;min-width:120px;transition:all .5s ease;text-align:center;z-index:-1;white-space:nowrap;}
.ui-sidebar ul li div:after{content:" ";position:absolute;width:10px;height:10px;border-left:0;border-bottom:0;background:#fff;border:1px solid #d9d9d9;border-bottom:0;border-right:0;right:-6px;top:50%;transform:translateY(-50%) rotate(-225deg);}
.ui-sidebar ul li:hover div{right:60px;opacity:1;}
.ui-sidebar ul li a:hover{background:#f39801; color:#fff;}
.ui-sidebar ul li#ui-wx div{ padding-top: 6px; } 
.ui-sidebar ul li#ui-tel div{ font-size: 17px; padding:3px 10px; line-height: 21px; color:#f39801;} 

#company{ padding-bottom: 10px; }
.company{ overflow: hidden; margin-top: 25px; padding-bottom: 20px; border-bottom: solid 1px #DBDBDB;}
.company1_tt{ font-size: 20px; }
.company_main{ line-height:2; color: #666666;}
.company_main img{ max-width:100%; }
.company_main a{ color:#f39801;}
.company_main strong{ color:#f39801;}
.company_img{ text-align: center; }
.company_img img{ width: 100%; }
.company_txt{ margin-top: 15px; }
.company_txt_tt{ font-size: 18px; position: relative; padding-bottom: 8px;}
.company_txt_tt:after{ content: ''; width: 75px; height: 3px; background: #f39801; position: absolute; left: 0px; bottom: 0px;}
.company_txt_cc{ line-height: 2; margin-top: 15px; color: #666666;}
.company_txts_cc{ line-height: 2; margin-top: 15px; color: #666666;}
.company_txt_cc img{ max-width:100%; }
.company_txt_cc a{ color:#f39801;}
.company_txt_cc strong{ color:#f39801;}
#company5{ border-bottom: 0px; }
.jobslists{ overflow: hidden; }
.jobslists li{ overflow: hidden; margin-top: 25px; padding-bottom: 20px; border-bottom: solid 1px #DBDBDB;}
.jobslists li:last-child{ border-bottom:0px; }
@media (min-width:992px) 
{
    #company2 .company_img{ width: 48.3%; float: left;}
    #company2 .company_txt{ width: 48.3%; float: right;}
    #company2 .scompany_txt_cc{ height: 230px;  }
    #company3 .company_img{ width: 48.3%; float: right;}
    #company3 .company_txt{ width: 48.3%; float: left;}
    #company3 .scompany_txt_cc{ height: 230px;  }
    #company4 .company_img{ width: 48.3%; float: left;}
    #company4 .company_txt{ width: 48.3%; float: right;}
    #company4 .scompany_txt_cc{ height: 230px;  }
    #company5 .company_img{ width: 55.1%; float: right;}
    #company5 .company_txt{ width: 41.5%; float: left;}
    #company5 .scompany_txt_cc{ height: 240px;  }
    .company_txt_cc{ padding-right: 10px;  }
    .scompany_txt_cc::-webkit-scrollbar {
    /* 滚动条宽度和高度 */
    width: 3px;
    height: 74px;}
    .scompany_txt_cc::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        background: #f39801;
    }
    .scompany_txt_cc::-webkit-scrollbar-track-piece {
        /*滚动条里面轨道*/
        background-color: #fff;
    }
    .jobslists .company_img{ width: 48.3%; }
    .jobslists .company_txt{ width: 48.3%; }
    .jobslists_li1 .company_img{ float: left; }
    .jobslists_li1 .company_txt{ float: right; }
    .jobslists_li0 .company_img{ float: right; }
    .jobslists_li0 .company_txt{ float: left; }
    .jobslists .scompany_txt_cc{ height: 225px; }
}
@media (min-width:1200px) 
{
    .company{ margin-top:45px; padding-bottom: 40px; }
    .jobslists li{ margin-top:45px; padding-bottom: 40px; }
    .company1_tt{ font-size: 30px; }
    .company_txt_tt{ font-size: 26px; padding-bottom: 12px;}
    .company_txt_cc{ margin-top: 25px; }
    .company_txts_cc{ margin-top: 25px; }
    #company2 .scompany_txt_cc{ height: 270px;  }
    #company3 .scompany_txt_cc{ height: 270px;  }
    #company4 .scompany_txt_cc{ height: 270px;  }
    #company5 .scompany_txt_cc{ height: 280px;  }
    .jobslists .scompany_txt_cc{ height: 265px; }
}
@media (min-width:1601px) 
{
    .company{ margin-top:60px; padding-bottom: 55px; }
    .jobslists li{ margin-top:60px; padding-bottom: 55px; }
    .company1_tt{ font-size: 40px; }
    .company_txt_tt{ font-size: 34px; padding-bottom: 18px;}
    .company_txt_cc{ margin-top: 35px; }
    .company_txts_cc{ margin-top: 35px; }
    #company1 .news{ margin-top: 35px; }
    #company1 .ivideo{ margin-top: 35px; }
    #company2 .scompany_txt_cc{ height: 324px;  }
    #company3 .scompany_txt_cc{ height: 324px;  }
    #company4 .scompany_txt_cc{ height: 324px;  }
    #company5 .scompany_txt_cc{ height: 336px;  }
    .jobslists .scompany_txt_cc{ height: 318px; }
}
.newslist{ overflow: hidden; margin-top: 5px;}
.newslist a{ width: 100%; float: left; padding: 18px 0px; border-bottom: solid 1px #dedede; position:relative;}
.newslist a:after{ z-index: 1; position: absolute; content: ''; width: 0px; left: 0px; bottom: 0px; height: 1px; background: #f39801; transition: all 0.5s ease-out 0s;}
.newslist a:hover:after{ width: 100%; }
.newslist_txt_tm{ color: #999; font-size: 14px; overflow: hidden; line-height: 26px; height: 26px; font-family: Arial;}
.news_cc_img{ background: #f5f5f5; }
.newslist_txt{ margin-top: 5px; }
.newslist_txt_tt{ height: 30px; line-height: 30px; font-size: 15px; overflow: hidden;}
.newslist_txt_dc{ line-height: 20px; height: 60px; color: #888; overflow: hidden; }
.news_cc_txt_mm{ margin-top: 5px; overflow: hidden; height: 16px; line-height: 16px;}
.news_cc_txt_mm i{ transition: all 0.5s ease-out 0s; width: 24px; height: 16px; background: url(../images/jt_02.png) no-repeat center; float: left; }
.newslist a:hover .news_cc_txt_mm i{ margin-left: 15px; }
#warpper{ padding-bottom: 25px; }
@media (min-width:768px) 
{
    .newslist a{ padding-left: 85px; }
    .newslist_txt_tm{ line-height: 30px; height: 30px;  position:absolute; top: 18px; left: 0px;}
    .news_cc_img{ width: 30%; float: right;}
    .newslist_txt{ width: 66%; float: left; margin-top: 0px;}
    .newslist_a2 .newslist_txt{ width: 100%; }
    .newslist_a2 .newslist_txt_dc{ line-height: 22px; height: 44px; }
}
@media (min-width:992px) 
{
    .newslist a{ padding-left: 95px; }
    .news_cc_img{ width: 22%; float: right;}
    .newslist_txt{ width: 73%; float: left; }
    .newslist_txt_tt{ height: 34px; line-height: 34px; font-size: 16px;}
    .newslist_txt_tm{ height: 34px; line-height: 34px; font-size: 15px; }
    .newslist_txt_dc{ line-height: 22px; height: 44px;}
    .news_cc_txt_mm{ margin-top: 10px; }
}
@media (min-width:1200px) 
{
    .newslist a{ padding: 25px 0px 25px 125px; }
    .newslist_txt_tt{ height: 42px; line-height: 42px; font-size: 20px;}
    .newslist_txt_dc{ margin-top: 6px; line-height: 25px; height: 50px;}
    .news_cc_txt_mm{ margin-top: 20px; }
    .newslist_txt_tm{ height: 42px; line-height: 42px; font-size: 18px; top: 25px;}
    .newslist_a2 .newslist_txt_dc{ line-height: 24px; height: 48px; }
    .newslist_a2 .news_cc_txt_mm{ margin-top:15px; }
    #warpper{ padding-bottom: 45px; }
}
@media (min-width:1601px) 
{
    .newslist a{ padding: 35px 0px 35px 150px; }
    .newslist_txt_tt{ height: 46px; line-height: 46px; font-size: 22px;}
    .newslist_txt_dc{ line-height: 28px; height: 56px;}
    .newslist_txt_tm{ height: 46px; line-height: 46px; font-size: 20px; top: 35px;}
    .news_cc_txt_mm{ margin-top: 25px; }
    .newslist_a2 .newslist_txt_dc{ line-height: 28px; height: 28px; }
    #warpper{ padding-bottom: 70px; }
}
.piclists{ overflow: hidden; }
.piclists a{ margin-top: 15px; width: 100%; float: left; text-align: center; border: solid 1px #dedede; padding: 2px;}
.piclists_txt{ font-size: 13px; height: 42px; line-height: 42px; overflow: hidden; padding: 0px 15px;}
.piclists_video{ z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60px; height: 60px; background: url(../images/video_icon1.png) no-repeat; background-size: cover;}
@media (min-width:768px) 
{
   .piclists a{ width: 48%; margin-top: 25px; margin-right: 4%;}
   .piclists a:nth-child(2n){ margin-right: 0px; } 
}
@media (min-width:992px) 
{
    .piclists a{ width: 32%; margin-top: 22px; margin-right: 2%;}
    .piclists a:nth-child(2n){ margin-right: 2%; }
    .piclists a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .piclists a{ margin-top: 25px; }
    .piclists_txt{ font-size: 15px; height: 52px; line-height: 52px; }
}
@media (min-width:1601px) 
{
    .piclists{ padding-top: 15px; }
    .piclists a{  margin-top: 30px; }
    .piclists_txt{ font-size: 16px; height: 62px; line-height: 62px; }
    .piclists_video{ width: 73px; height: 73px;}
}
.piclists a:hover{ background: #f39801; }
.piclists a:hover .piclists_txt{ color: #fff; }
.zpiclist{ overflow: hidden; }
.zpiclist a{ margin-top: 15px; width: 100%; float: left; position: relative;}
.zpiclist_img img{ width: 100%; }
.zpiclist_txt{  transition: all 0.5s ease-out 0s; color: rgba(255, 255, 255, 0.8); position: absolute; bottom: 0px; left: 0px; width: 100%; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.5); padding: 0px 15px;}
@media (min-width:768px) 
{
    .zpiclist a{ margin-top: 20px; }
    .zpiclist_txt{ height: 32px; line-height: 32px; padding:0px 20px;}
}
@media (min-width:1200px) 
{
    .zpiclist{ padding-top: 5px; }
    .zpiclist a{ margin-top: 35px; }
    .zpiclist_txt{ height: 36px; line-height: 36px; padding:0px 25px;}
}
@media (min-width:1601px) 
{
    .zpiclist{ padding-top: 20px; }
    .zpiclist a{ margin-top: 45px; }
    .zpiclist_txt{ height: 48px; line-height: 48px; padding:0px 35px;}
}
.zpiclist a:hover .zpiclist_txt{ color: rgba(255, 255, 255, 0.9); background: rgba(0, 0, 0, 0.7);}
.jobsc_tr_tt{ position: relative; }
.jobslist_tt_sp{ cursor: pointer; color: #f39801; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); width: 36px; text-align: center; height: 36px; line-height: 36px; }
.jobslist_cc{ height: 0; opacity: 0; overflow: hidden; transition: all 0.5s ease-out 0s; background: #f5f5f5; }
.jobslist_cc_c{ padding: 15px 15px 15px 15px; }
.jobslist_cc_tt{ height: 26px; line-height: 26px; font-size: 13px; font-weight: bold;}
.jobslist_cc_dc{ line-height:2; font-size: 12px; margin-top: 5px; color: #666;}
.jobslist_cc_dc strong{ font-size: 14px; color: #f39801;}
.jobsc{ margin-top: 16px; overflow-x: scroll; overflow-y: hidden;}
.jobslist{ min-width: 450px; }
.jobslist_c{ float: left; width: 33.33%;}
.jobsc_bg{ background: #f8f8f8; line-height: 38px; height: 38px; font-size: 15px; font-weight: bold; }
.jobsc_bg .jobslist_c{ padding: 0px 15px; }
.jobsc_tr{ border-bottom: solid 1px #dedede; font-size: 14px;}
.jobsc_tr .jobslist_c{ padding: 12px 15px; }
.jobsc_tr .jobslist_c3{ padding-right: 42px; }
.jobsc_tr_tt{ overflow: hidden; }
.jobsc_tr.on .jobslist_cc{ opacity: 1; height: auto;}
.jobslist_tt_sp .jobslist_tt_sp_i2{ display: none; }
.jobsc_tr.on .jobslist_tt_sp .jobslist_tt_sp_i2{ display: block; }
.jobsc_tr.on .jobslist_tt_sp .jobslist_tt_sp_i1{ display: none; }
@media (min-width:768px) 
{
    .jobsc{ overflow: hidden; }
    .jobslist{ min-width: 100%; width: 100%;}
}
@media (min-width:1200px) 
{
    .jobsc{ margin-top: 25px; }
    .jobsc_bg{ line-height: 52px; height: 52px; font-size: 18px; }
    .jobsc_bg .jobslist_c{ padding: 0px 25px; }
    .jobsc_tr{ font-size: 17px; }
    .jobsc_tr .jobslist_c{ padding: 18px 25px; }
    .jobsc_tr .jobslist_c3{ padding-right: 46px; }
    .jobslist_cc_c{ padding: 20px 370px 20px 40px;  min-height: 350px; position: relative;}
    .jobslist_cc_c_bg{ width: 300px; height: 300px; background-image:url(../images/zpbg.png) no-repeat; background-repeat: no-repeat; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
    .jobslist_cc_tt{ height: 30px; line-height: 30px; font-size: 15px; }
    .jobslist_cc_dc{ font-size: 14px; }
    .jobslist_cc_dc strong{ font-size: 16px; }
}
@media (min-width:1601px) 
{
    .jobsc{ margin-top: 35px; }
    .jobsc_bg{ line-height: 68px; height: 68px; font-size: 20px; }
    .jobsc_bg .jobslist_c{ padding: 0px 40px; }
    .jobsc_tr{ font-size: 18px; }
    .jobsc_tr .jobslist_c{ padding: 28px 40px; }
    .jobsc_tr .jobslist_c3{ padding-right: 46px; }
    .jobslist_cc_c{ padding: 32px 440px 32px 70px; min-height: 374px;}
    .jobslist_cc_c:after{ right: 50px; }
    .jobslist_cc_tt{ height: 32px; line-height: 32px; font-size: 16px; }
    .jobslist_cc_dc{ font-size: 15px; }
    .jobslist_tt_sp{ width: 42px; height: 42px;}
    .jobslist_tt_sp .iconfont{ font-size: 19px; }
    .jobslist_cc_dc strong{ font-size: 18px; }
}
.prolist{ overflow: hidden; margin-top: 5px;}
.prolist a{ width: 100%; float: left; border: solid 1px #dedede; margin-top: 15px;}
.prolist_img{ background: url(../images/pro_bg.jpg) no-repeat; background-size: cover;}
.prolist_txt{ padding: 10px 15px 15px 15px; }
.prolist_txt_tt{ height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; overflow: hidden;}
.prolist_txt_dc{ line-height: 20px; height: 40px; overflow: hidden; color: #888;}
.prolist_txt_mm{ margin-top: 10px; overflow: hidden; height: 20px; line-height: 20px; }
.prolist_txt_mm span{ float: left; color: #666;}
.prolist_txt_mm i{ transition: all 0.5s ease-out 0s; width: 24px; height: 20px; background: url(../images/jt_01h.png) no-repeat center; float: left; margin-left: 10px;}
@media (min-width:768px) 
{
    .prolist a{ width: 49%; float: left; margin-right: 2%;}
    .prolist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .prolist a{ margin-top: 20px; }
}
@media (min-width:1200px) 
{
    .prolist{ margin-top: 15px; }
    .prolist a{ width: 32%; }
    .prolist a:nth-child(2n){ margin-right: 2%; }
    .prolist a:nth-child(3n){ margin-right: 0px; }
    .prolist_txt_tt{ height: 34px; line-height: 34px; font-size: 17px; }
    .prolist_txt_dc{ line-height: 23px; height: 46px;}
    .prolist_txt_mm{ margin-top: 15px; }
}
@media (min-width:1601px) 
{
    .prolist{ margin-top: 25px; }
    .prolist a{ margin-top: 25px; }
    .prolist_txt{ padding: 15px 20px 20px 20px; }
    .prolist_txt_tt{ height: 36px; line-height: 36px; font-size: 18px; }
    .prolist_txt_dc{ line-height: 25px; height: 50px;}
}
.prolist a:hover{ border: solid 1px #f39801; }
.prolist a:hover .prolist_txt_mm i{ margin-left: 15px; background: url(../images/jt_02.png) no-repeat center;}
.prolist a:hover .prolist_txt_mm span{ color: #f39801; }
#warp{ background: #f3f3f3; padding-bottom: 20px;}
.page_crums{ padding: 8px 0px; color: #666666;}
.page_crums a{ color: #666666; }
.page_crums a:hover{ color: #f39801; }
#rdpro{ background: #fff; padding:15px 10px;}
.rdpro1{ overflow: hidden; }
.rdpro1_img{ text-align: center; background: url(../images/pro_bg.jpg) no-repeat; background-size: cover; border: solid 1px #dedede; overflow: hidden;}
.rdpro1_img img{ width: 100%; }
.rdpro1_txt{ margin-top: 10px; }
.rdpro1_tt{ font-size: 20px; font-weight: bold; }
.rdpro1_gg{ color: #666666;}
.rdpro1_gg p{ line-height: 1.6; border-bottom: solid 1px #E0E0E0; padding: 8px 0px;}
.rdpro1_gg p span{ margin-right: 10px; }
.rdpro1_tel{ color: #666666; margin-top: 5px; line-height: 25px; overflow: hidden;}
.rdpro1_tel span{ margin-right: 10px; float: left;}
.rdpro1_tel b{ float: left; font-size: 14px; font-weight: normal;}
.rdpro2{ overflow: hidden; }
.rdpro2_lside{ margin-top: 15px; }
.rdpro2_lside_tt{ height: 34px; line-height: 34px; overflow: hidden; background: url(../images/lines5.jpg) repeat-x center;}
.rdpro2_lside_tt span{ font-size: 18px; font-weight: bold; padding: 0px 20px; float: left; background: #fff; position: relative;}
.rdpro2_lside_tt span:before{ content:''; width: 4px; height: 20px; background:#f39801; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.rdpro2_lside_cc{ margin-top: 10px; line-height: 2; }
.rdpro2_lside_cc img{ max-width: 100%; }
.rdpro2_lside_cc strong{ font-size: 14px; }
.nproinfoimgs{ overflow: hidden; }
.nproinfoimgs .gallery-thumbs{ margin-top: 10px; }
.nproinfoimgs .gallery-thumbs .nproinfo_timg{ border: solid 1px #dedede; text-align: center; cursor: pointer;}
.nproinfoimgs .gallery-thumbs .nproinfo_timg img{ max-width: 100%; opacity: 0.8;}
.nproinfoimgs .gallery-thumbs .swiper-slide-thumb-active .nproinfo_timg{ border: solid 1px #f39801;  }
.nproinfoimgs .gallery-thumbs .swiper-slide-thumb-active .nproinfo_timg img{ opacity: 1; }
.nproinfoimgs .swiper-slide-thumb-active .nproinfo_timg{ border: solid 1px #d0231c; }
.nproinfoimgs .gallery-top{ overflow: hidden; position: relative;}
.nproinfoimgs .gallery-top a{ background: url(../images/pro_bg.jpg) no-repeat; background-size: cover; width: 100%; float: left; text-align: center; border: solid 1px #dedede;}
.nproinfoimgs .gallery-top a img{ max-width: 100%; }
.nproinfoimgs .swiper-prev,.nproinfoimgs .swiper-next{ padding: 12px 5px; z-index: 2; background: rgba(0, 0, 0, 0.6); color: #fff; position: absolute; top: 50%; transform: translateY(-50%);}
.nproinfoimgs .swiper-prev:hover,.nproinfoimgs .swiper-next:hover{ background: rgba(0, 0, 0, 0.9);  }
.nproinfoimgs .swiper-prev{ left: 0px; }
.nproinfoimgs .swiper-next{ right: 0px; }
.rdpro1_tjs{ margin-top: 15px; }
.rdpro1_lside_t{ font-size: 18px; font-weight: bold; padding-left: 20px; height: 34px; line-height: 34px; overflow: hidden; position: relative;}
.rdpro1_lside_t:before{ content:''; width: 4px; height: 20px; background:#f39801; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
#rdpro1_tjs{ overflow: hidden; margin-top: 15px;}
#rdpro1_tjs a{ width: 100%; float: left; border: solid 1px #dedede;}
.rdpro1_tjc_img{ background: url(../images/pro_bg.jpg) no-repeat; background-size: cover;}
.rdpro1_tjc_txt{ text-align: center; padding: 0px 10px; height: 36px; line-height: 36px; overflow: hidden;}
.morder{ overflow: hidden; margin-top: 15px; }
.morder li{ overflow: hidden; margin-bottom: 10px;}
.morder_InputText{ width:45%; margin-right: 5%; padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height: 40px;}
.morder_InputText1{ width:95%;  padding: 0px 15px;   outline: none; float: left; background: #f9f9f9;   height: 40px; line-height:40px;}
.morder_textarea{ width:95%;  padding: 15px;   outline: none; float: left; background: #f9f9f9;   height: 120px; line-height: 30px;}
.morder_captcha{ width:120px;  padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height:40px;}
.morder_img{ float: left; margin-left: 10px; margin-top: 15px; height: 20px; cursor: pointer; }
.morder_But{ float: left; outline: none; margin-top: 15px; margin-right: 5%; font-size:15px; width: 95%; height: 42px; line-height: 42px; background: #f39801; color: #fff; }
.morder_But:hover{ background: #f18b5e; color: #fff;}
@media (min-width:375px) 
{
  .morder_captcha{ width:160px; }
}
@media (min-width:768px) 
{
    .morder_But{ width: 250px; float: right; margin-top: 0px;}
}
@media (min-width:992px) 
{
   #rdpro{ padding:20px 15px; } 
   .rdpro1_img{ width: 45%; float: left; }
   .rdpro1_txt{ width: 51%; float: right; margin-top: 0px;}
   .rdpro1_gg p{ padding: 10px 0px; }
   .rdpro2_lside{ margin-top: 20px; }
   .rdpro2_lside_cc{ margin-top: 15px; }
}
@media (min-width:1200px) 
{
   #warp{ padding-bottom: 35px;}
   .page_crums{ padding: 15px 0px; }
   #rdpro{ padding: 35px 30px; }
   .rdpro1_gg p{ padding: 15px 0px; font-size: 15px; }
   .rdpro1_gg p span{ margin-right: 15px; }
   .rdpro1_tel{ line-height: 35px; font-size: 15px; margin-top: 15px;}
   .rdpro1_tel span{ margin-right: 15px; }
   .rdpro1_tel b{ font-size: 18px; }
   .rdpro2_lside{ width: 74%; float: left; margin-top: 30px;}
   .rdpro1_lside{ width: 21%; float: right; margin-top: 30px;}
   .rdpro2_lside_tt{ height: 38px; line-height: 38px; }
   .rdpro2_lside_tt span{ padding: 0px 22px; font-size: 20px; }
   .rdpro2_lside_cc{ margin-top: 20px; }
   .rdpro2_lside_cc strong{ font-size: 17px; }
   .rdpro1_lside_t{ height: 38px; line-height: 38px; font-size: 20px; padding-left: 22px;}
   .rdpro1_tjc{ overflow:hidden; }
   .rdpro1_tjc a{ width: 100%; border: solid 1px #dedede; float: left; margin-top: 22px; text-align: center; }
   .rdpro1_tjc_txt{ height: 42px; line-height: 42px;}
   .morder{ margin-top: 20px; }
   .morder li{ margin-bottom: 15px; }
   .morder_InputText{ height: 40px; line-height: 40px; }
   .morder_InputText1{ height: 40px; line-height: 40px; }
   .morder_captcha{ height: 40px; line-height: 40px; width: 200px;}
   .morder_But{ height:45px; line-height: 45px; font-size: 15px; }
}
@media (min-width:1601px) 
{
    #warp{ padding-bottom: 55px;}
   .page_crums{ padding: 18px 0px; }
   #rdpro{ padding: 55px 50px; }
   .rdpro1_gg p{ padding: 25px 0px; font-size: 16px; }
   .rdpro1_gg p span{ margin-right: 20px; }
   .rdpro1_tel{ line-height: 40px; font-size: 16px; margin-top: 20px;}
   .rdpro1_tel span{ margin-right: 20px; }
   .rdpro1_tel b{ font-size: 20px; }
   .rdpro2_lside{ width: 73%; margin-top: 45px;}
   .rdpro1_lside{ margin-top: 45px;}
   .rdpro2_lside_tt{ height: 42px; line-height: 42px; }
   .rdpro2_lside_tt span{ padding: 0px 25px; font-size: 22px; }
   .rdpro2_lside_cc{ margin-top: 35px; }
   .rdpro2_lside_cc strong{ font-size: 18px; }
   .rdpro1_lside_t{ height: 42px; line-height: 42px; font-size: 22px; padding-left: 25px;}
   .rdpro1_tjc{ overflow:hidden; }
   .rdpro1_tjc a{ margin-top: 25px; }
   .rdpro1_tjc_txt{ height: 44px; line-height: 44px;}
   .rdpro1_tjc a:hover{ border: solid 1px #f39801; } 
    .morder{ margin-top: 35px; }
    .morder li{ margin-bottom: 20px; }
    .morder_InputText{ height: 46px; line-height: 46px; }
    .morder_InputText1{ height: 46px; line-height: 46px; }
    .morder_captcha{ height: 46px; line-height: 46px; }
    .morder_But{ height:50px; line-height: 50px; font-size: 16px; }
}
.contact_tt{ padding-top: 20px; font-size: 20px;}
.contact_ft{ margin-top: 6px; color: #666; }
.coclist{ overflow: hidden; margin-top: 5px;}
.coclist li{ padding: 10px; margin: 15px 0px 0px 0px; background: #fff;}
.coclist_li_tt{ font-size: 16px; font-weight: bold;}
.coclist_li_ft{ font-size: 16px; font-weight: bold; padding-top: 6px; padding-bottom: 10px; position: relative;}
.coclist_li_ft:after{ content: ''; position: absolute; left: 0px; bottom: 0px; width: 35px; height: 3px; background: #f39801;}
.coclist_li_dc{ line-height: 1.8; margin-top: 10px;}
.contact_dt{ margin-top: 15px; background: #fff; padding: 10px;}
#dituContent{ height: 200px; margin-top: 10px;}
.coclist_mess_tt{ font-size: 16px; font-weight: bold; }
.coclist_mess_ft{ color: #666; margin-top: 6px;}
@media (min-width:768px) 
{
    .coclist li{ width: 49%; float: left; min-height: 153px;}
    .coclist li.coclist_li0{ float: right; }
    .coclist_img{ width: 40%; float: left;}
    .coclist_txt{ width: 58%; float: right; padding: 20px 25px 25px 25px;}
}
@media (min-width:992px) 
{
    .coclist li{ padding: 15px; min-height: auto;}
    .contact_dt{ padding: 15px; }
}
@media (min-width:1200px) 
{
    .contact_tt{ padding-top: 35px; font-size: 30px;}
    .contact_ft{ margin-top: 10px; }
    .coclist{ margin-top: 10px; }
    .coclist li{ margin-top: 20px; padding: 25px;}
    .coclist_li_tt{ font-size: 20px; }
    .coclist_li_ft{ font-size: 20px; padding-top: 10px; padding-bottom: 16px;}
    .coclist_li_dc{ line-height: 2; margin-top: 18px;}
    .contact_dt{ margin-top: 20px; padding: 25px; }
    #dituContent{ height: 260px; margin-top:20px;}
    .contact_left{ width: 76%; float: left; border-right: solid 1px #E8E8E8; padding-right: 20px;}
    .coclist_mess_tt{ font-size: 20px; }
    .coclist_mess_ft{ margin-top: 10px; }
    .contact_right{ padding-top: 20px; width: 20%; float: right; text-align: center;}
    .coclist_mess_wx{ margin-top: 15px; }
    .coclist_mess_wx img{ width: 150px; }
}
@media (min-width:1601px) 
{
    .contact_tt{ padding-top: 60px; font-size: 40px;}
    .contact_ft{ margin-top: 15px; }
    .coclist{ margin-top: 20px; }
    .coclist li{ margin-top: 25px; padding:40px;}
    .coclist_li_tt{ font-size: 22px; }
    .coclist_li_ft{ font-size: 22px; padding-top: 12px; padding-bottom: 22px;}
    .coclist_li_dc{ margin-top: 25px;}
    .contact_dt{ margin-top: 25px; padding: 40px; }
    #dituContent{ height: 360px; margin-top:28px;}
    .contact_left{ padding-right: 40px;}
    .coclist_mess_tt{ font-size: 22px; }
    .coclist_mess_ft{ margin-top: 15px; }
    .contact_right{ padding-top: 20px; width: 20%; float: right; text-align: center;}
    .coclist_mess_wx{ margin-top: 20px; }
    .coclist_mess_wx img{ width: 160px; }
}
.zjfc{ margin-top: 20px; border-bottom: solid 1px #dedede; padding-bottom: 20px;}
.zjfc_tt{ font-size: 20px; }
.zjfc_cc{ overflow: hidden; position: relative; margin-top: 15px;}
.zjfc_cc a{ width: 100%; float: left; background: #eeeeee; transition:0s;}
.zjfc_cc_txt{ padding: 10px 15px 15px 15px; }
.zjfc_cc_txt_tt{ height: 30px; line-height: 30px; font-size: 15px; overflow: hidden;}
.zjfc_cc_txt_dc{ line-height: 20px; height: 40px; overflow: hidden; color: #888888;}
.zjfc_cc_txt_mm{ margin-top: 10px; overflow: hidden;}
.zjfc_cc_txt_mm span{ float: left; transition: all 0.5s ease-out 0s; padding: 6px 22px; border-radius: 20px; background: #f39801; color: #fff;}
.zjfc_cc .swiper-prev,.zjfc_cc .swiper-next{ color: #fff; outline: none; z-index: 2; padding: 12px 5px; position: absolute; top: 31%; }
.zjfc_cc .swiper-prev{ left: 0px; background: #b8b8b8; }
.zjfc_cc .swiper-next{ right: 0px; background: #b8b8b8;}
.zjfc_cc .swiper-prev:hover{ background: #f39801; }
.zjfc_cc .swiper-next:hover{ background: #f39801; }
.zjfc_cc a{ outline: none; }
.zjfc_cc a:hover{ background: #f39801; color: #fff;}
.zjfc_cc a:hover .zjfc_cc_txt_dc{ color: rgba(255, 255, 255, 0.8); }
.zjfc_cc a:hover .zjfc_cc_txt_mm span{ background: #fff; color:#f39801;}
.zjzx_cc{ overflow: hidden; position: relative; margin-top: 15px; }
.zjzx_cc a{ width: 100%; float: left; border: solid 1px #dedede; padding: 15px 30px;}
.zjzx_cc_tt{ height: 30px; line-height: 30px; font-size: 14px; font-weight: bold; overflow: hidden; }
.zjzx_cc_tm{ height: 20px; line-height: 20px; overflow: hidden; color: #888;}
.zjzx_cc_dc{ line-height: 20px; height: 60px; overflow: hidden; color: #888888; }
.zjzx_cc_mm{ margin-top: 10px; overflow: hidden;}
.zjzx_cc_mm span{ width: 24px; background: url(../images/jt_02.png) no-repeat; float: left; transition: all 0.5s ease-out 0s; height: 7px;}
#zjzx_cc .swiper-prev,#zjzx_cc .swiper-next{ color: #fff; outline: none; z-index: 2; padding: 12px 5px; position: absolute; top: 50%; transform: translateY(-50%);}
#zjzx_cc .swiper-prev{ left: 0px; background: #b8b8b8; }
#zjzx_cc .swiper-next{ right: 0px; background: #b8b8b8;}
.zjzx_cc .swiper-prev:hover{ background: #f39801; }
.zjzx_cc .swiper-next:hover{ background: #f39801; }
.zjfc_txt{ text-align: center; height: 38px; line-height: 38px; overflow: hidden;}
.zjfc_img{ overflow: hidden; text-align: center; margin: 2px;}
.zjfc_img img{ max-width: 100%; max-height: 100%; transition: all 0.3s; }
.zjfc_cc a:hover .zjfc_img img{ transform:scale(1.05); }
.qyry_cc{ overflow: hidden; position: relative; margin-top: 15px; }
.qyry_cc .swiper-prev,.qyry_cc .swiper-next{ color: #fff; outline: none; z-index: 2; padding: 12px 5px; position: absolute; top: 50%; transform: translateY(-50%);}
.qyry_cc .swiper-prev{ left: 0px; background: #b8b8b8; }
.qyry_cc .swiper-next{ right: 0px; background: #b8b8b8;}
.qyry_cc .swiper-prev:hover{ background: #f39801; }
.qyry_cc .swiper-next:hover{ background: #f39801; }
.qyry_cc a{ width: 100%; float: left; background: #eeeeee; padding: 5px 5px 2px 5px;}
.qyry_cc a:hover{ background: #f39801; color: #fff; }
@media (min-width:1200px) 
{
    .zjfc{ margin-top: 35px; padding-bottom: 20px;}
    .zjfc_tt{ font-size: 30px; }
    .zjfc_cc{ margin-top: 25px; height: 362px;}
    .zjfc_cc_txt{ padding: 15px 20px 20px 20px; }
    .zjfc_cc_txt_tt{ height: 34px; line-height: 34px; font-size: 17px; }
    .zjfc_cc_txt_dc{ line-height: 23px; height: 46px; font-size: 13px;}
    .zjfc_cc_txt_mm{ margin-top: 0px; opacity: 0; height: 0px; overflow: hidden; transition: all 0.5s ease-out 0s;}
    .zjfc_cc_txt_mm span{ padding: 0px 24px; height: 32px; line-height: 32px; font-size: 12px; }
    .zjfc_cc a:hover .zjfc_cc_txt_mm{ margin-top: 15px; opacity: 1; height: auto;}
    .zjfc_cc .swiper-prev,.zjfc_cc .swiper-next{ padding: 20px 8px; top: 38%;}
    .zjzx_cc{ margin-top: 25px; }
    .zjzx_cc a{ padding: 25px 36px 30px 36px; }
    .zjzx_cc_tt{ height: 38px; line-height: 38px; font-size: 16px; }
    .zjzx_cc_dc{ line-height: 22px; height: 66px; font-size: 13px; margin-top: 5px;}
    .zjzx_cc_mm{ margin-top: 15px; }
    #zjzx_cc .swiper-prev,#zjzx_cc .swiper-next{ padding: 20px 8px; }
    .zjfc_txt{ height: 46px; line-height: 46px; }
    .qyry_cc{ margin-top: 25px; }
    .qyry_cc .swiper-prev,.qyry_cc .swiper-next{ padding: 16px 8px; }
    .qyry_cc a{ padding: 15px 15px 10px 15px; }
}
@media (min-width:1601px) 
{
    .zjfc{ margin-top: 45px; padding-bottom: 30px;}
    .zjfc_tt{ font-size: 40px; }
    .zjfc_cc{ margin-top: 30px; height: 430px;}
    .zjfc_cc_txt{ padding: 20px 25px 25px 25px; }
    .zjfc_cc_txt_tt{ height: 36px; line-height: 36px; font-size: 18px; }
    .zjfc_cc_txt_dc{ line-height: 24px; height: 48px; }
    .zjfc_cc_txt_mm span{ padding: 0px 26px; }
    .zjfc_cc .swiper-prev,.zjfc_cc .swiper-next{ padding: 28px 10px; font-size: 17px;}
    .zjzx_cc{ margin-top: 30px; }
    .zjzx_cc a{ padding: 30px 36px 35px 36px; }
    .zjzx_cc_tt{ height: 42px; line-height: 42px; font-size: 17px; }
    .zjzx_cc_dc{ line-height: 24px; height: 72px; }
    .zjzx_cc_mm span{ padding: 7px 30px; font-size: 14px; border-radius: 28px; }
    #zjzx_cc .swiper-prev,#zjzx_cc .swiper-next{ padding: 20px 8px; }
    .zjfc_txt{ height: 56px; line-height: 56px; }
    .qyry_cc{ margin-top: 30px; }
    .qyry_cc .swiper-prev,.qyry_cc .swiper-next{ padding: 22px 10px; font-size: 17px;}
    .qyry_cc a{ padding: 20px 20px 10px 20px; }
}

.qywh{ margin-top: 20px; }
.qywhlist{ overflow: hidden; }
.qywhlist li{ position: relative; margin-top: 15px; min-height: 66px; padding-left: 80px;}
.qywhlist_img{ transition: all 0.5s ease-out 0s; position: absolute; top: 0px; left: 0px; background-color: #f39801; background-size: cover; background-repeat: no-repeat; width: 66px; height: 66px; border-radius: 50%; overflow: hidden;}
.qywhlist_tt{ height: 36px; line-height: 36px; overflow: hidden; font-size: 18px;}
.qywhlist_dc{ line-height:20px; height: 40px; overflow: hidden; font-size: 13px; }
@media (min-width:768px) 
{
    .qywhlist li{ width: 50%; float: left; padding-left: 84px; padding-right: 120px;}
}
@media (min-width:992px) 
{
    .qywhlist li{ width: 33.3%; float: left; padding-left: 84px; padding-right: 60px;}
}
@media (min-width:1200px) 
{
    .qywh{ margin-top: 35px; }
    .qywhlist li{ margin-top: 30px; min-height: 72px; padding-left: 90px; padding-right: 50px;}
    .qywhlist_img{ width: 72px; height: 72px; }
    .qywhlist_tt{ height: 44px; line-height: 44px; font-size: 22px; }
    .qywhlist_dc{ line-height:24px; height: 48px; font-size: 15px;}
}
@media (min-width:1601px) 
{
    .qywh{ margin-top: 45px; }
    .qywhlist li{ margin-top: 45px; padding-left: 110px; min-height: 79px; padding-right: 60px;}
    .qywhlist_img{ width: 79px; height: 79px; }
    .qywhlist_tt{ height: 52px; line-height: 52px; font-size: 26px; }
    .qywhlist_dc{ line-height:26px; height: 52px; font-size: 16px;}
}
.qywhlist li:hover .qywhlist_img{ background-color: #f18b5e; transform: rotate(360deg);}
.ppqs{ overflow: hidden; margin-top: 15px;}
.ppqs_img{ text-align: center; }
.ppqs_img img{ max-width: 100%; }
.ppqs_txt{ margin-top: 15px; }
.ppqs_txt_tt{ color: #f39801; font-size: 18px;}
.ppqs_txt_dc{ margin-top: 10px; line-height: 2; font-size: 13px;}
@media (min-width:992px) 
{
    .ppqs_img{ width: 50%; float: left;}
    .ppqs_txt{ width: 45%; float: right;}
}
@media (min-width:1200px) 
{
    .ppqs{ margin-top: 25px; }
    .ppqs_txt_tt{ font-size: 24px; }
    .ppqs_txt_dc{ font-size: 15px; margin-top: 15px;}
}
@media (min-width:1601px) 
{
    .ppqs{ margin-top: 35px; }
    .ppqs_txt_tt{ font-size: 28px; }
    .ppqs_txt_dc{ font-size: 16px; margin-top: 20px;}
}
.qywhs{ overflow: hidden; margin-top: 15px;}
.qywhs_img img{ width: 100%; }
.qywhslist{ overflow: hidden; }
.qywhslist li{ margin-top: 15px; }
.qywhslist_tt{ color: #f39801; font-size: 16px;}
.qywhslist_ft{ font-size: 15px; margin-top: 6px; }
.qywhslist_dc{ color: #888; }
.yysc{ background-image: url(../images/qysc_img.jpg); background-repeat: no-repeat; background-size:cover; margin-top: 15px; padding: 20px 0px;}
.yysc_cc{ color: #555; width:60%; margin: 0px auto 0px 25%;}
.yysc_cc p{ background: url(../images/line6.jpg) repeat-x bottom center; font-size: 13px; padding: 4px 5px;}
@media (min-width:768px) 
{
    .yysc_cc{ width: 50%; margin: 0px auto 0px auto;}
    .yysc_cc p{ padding: 8px 10px; }
}
@media (min-width:992px) 
{
    .qywhs_img{ width: 42%; float: right; position: relative;}
    .qywhs_img:before{ content: ''; width: 100px; height: 8px; background: #f39801; position: absolute; top: 70px; left: -50px;}
    .qywhslist{ width: 50%; float: left;}
    .yysc_cc{ width: 40%; }
}
@media (min-width:1200px) 
{
    .qywhs{ margin-top: 25px; }
    .qywhs_img{ width: 38%; }
    .qywhslist{ width: 56%; }
    .qywhslist li{ position: relative; padding-left: 110px;}
    .qywhslist_tt{ font-size: 22px; height: 40px; line-height: 40px; position: absolute; top: 0px; left: 0px;}
    .qywhslist_ft{ margin-top: 0px; height: 40px; line-height: 40px; font-size: 18px; }
    .yysc{ margin-top: 25px; padding: 40px 0px; }
    .yysc_cc p{ padding: 12px 20px; font-size: 16px;}
}
@media (min-width:1601px) 
{
    .qywhs{ margin-top: 35px; }
    .qywhslist li{ margin-top: 20px; padding-left: 140px;}
    .qywhslist_tt{ font-size: 26px; height: 46px; line-height: 46px; }
    .qywhslist_ft{ height: 46px; line-height: 46px; font-size: 22px; }
    .yysc{ margin-top: 35px; padding: 50px 0px; }
    .yysc_cc p{ padding: 15px 25px; font-size: 18px;}
}
#fzlclist{ margin-top: 15px; overflow: hidden; }
#fzlclist .hd{ width: 20%; float: left;}
#fzlclist .hd li{ cursor: pointer; text-align: center; background: #F1F1F1; height: 30px; line-height: 30px; overflow: hidden; margin-bottom: 10px; border-radius: 10px;}
#fzlclist .hd li.on{ background: #f39801; color: #fff;}
#fzlclist .bd{ width: 74%; float: right; }
#fzlclist .bd ul{ position: relative; }
#fzlclist .bd ul:before{ content: ''; width: 10px; height: 3px; background: #f39801; position: absolute; left: -14px; top: 15px;}
#fzlclist .bd li{ background: #F1F1F1; padding: 10px; margin-bottom: 15px; position: relative;}
.fzlclist_tt{ padding: 4px 12px; position: absolute; top: 0px; left: 0px; background: #f39801; color: #fff; border-bottom-right-radius: 20px;}
.fzlclist_dc{ width: 70%; float: left; padding-top: 22px; color: #555;}
.fzlclist_img{ width: 26%; float: right;}
@media (min-width:768px) 
{
    #fzlclist .hd{ width: 12%; }
    #fzlclist .hd li{ border-radius: 20px; font-size: 13px;}
    #fzlclist .bd{ width: 80%; }
    #fzlclist .bd ul:before{ width: 20px; left: -45px;}
    .fzlclist_tt{ padding: 5px 12px; left:-10px; font-size: 14px;}
    .fzlclist_dc{ width: 74%; padding-top: 36px; padding-left: 25px; font-size: 15px;}
    .fzlclist_img{ width: 22%; }
}
@media (min-width:992px) 
{
    #fzlclist .hd{ width: 10%; }
    #fzlclist .bd{ width: 83%; }
    #fzlclist .bd ul:before{ width: 30px; left: -50px;}
    .fzlclist_dc{ width: 76%; padding-top: 40px;}
    .fzlclist_img{ width: 20%; }
}
@media (min-width:1200px) 
{
    #fzlclist{ margin-top: 25px; }
    #fzlclist .hd li{ margin-bottom: 15px; height: 36px; line-height: 36px; font-size: 15px; }
    #fzlclist .bd ul:before{ width: 40px; left: -60px; }
    #fzlclist .bd li{ margin-bottom: 20px; }
    .fzlclist_tt{ font-size: 16px; padding: 6px 20px;}
    .fzlclist_dc{ padding-top: 50px; padding-left: 35px; font-size: 17px;}
    .fzlclist_img{ width: 18%; }
}
@media (min-width:1601px) 
{
    #fzlclist{ margin-top: 35px; }
    #fzlclist .hd li{ margin-bottom: 20px; height: 40px; line-height: 40px; font-size: 16px; }
    #fzlclist .bd ul:before{ width: 50px; left: -70px; }
    #fzlclist .bd li{ margin-bottom: 25px; }
    .fzlclist_tt{ font-size: 17px; padding: 6px 20px; }
    .fzlclist_dc{ padding-top: 60px; font-size: 18px; padding-left: 45px;}
    .fzlclist_img{ width: 17%; }
}
.popnews{ position:fixed; width:100%; height:100%; z-index:9999; left:0; top:0; overflow:hidden; visibility:hidden; transition:0.54s;}
.popbgs{ width:100%; height:100%; position:absolute; left:0; top:0; background:#000; filter:alpha(opacity=70); background:rgba(0,0,0,0.7); opacity:0; visibility:hidden; transition:0.54s 0.4s;}
.popclose{ width:50px; height:50px; position:fixed; left:30px; top:50%; margin-top:-25px; background:url(../images/close.png) center no-repeat; background-size:cover; cursor:pointer; z-index:5; transition:all 0.42s; left:-50px;}
.popclose:hover{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg);}
.poptext{ height:100%; position:absolute; width:calc(100% - 20px); left:100%; top:0; z-index:4; transition:0.58s;}
.popwrs{ background:#fff; height:100%; min-height:100%; overflow-y:auto; -webkit-overflow-scrolling:touch; overflow:scroll\9;}
.popwrs::-webkit-scrollbar,.serscoll::-webkit-scrollbar{ width:5px; height: 5px;}
.popwrs::-webkit-scrollbar-thumb,.serscoll::-webkit-scrollbar-thumb { border-radius:5px; background: #C0C0C0;}
.popwrs::-webkit-scrollbar-track,.serscoll::-webkit-scrollbar-track{border-radius: 5px;}
.popnews.show{visibility:visible;}
.popnews.show .popbgs{ opacity:1; visibility:visible; transition:0.65s;}
.popnews.show .popclose{ left:0px; transition:0.4s 0.3s left,0.4s transform;}
.popnews.show .poptext{ left:10px; right:10px;}
.popnewtext{ padding:20px 0px; }
.popnewtext .containers{ width: 92%; margin: 0px auto; }
.popcom_tt{ font-size: 18px; text-align: center;} 
@media (min-width:768px) 
{
    .poptext{ width:calc(100% - 100px); }
    .popnews.show .poptext{ left:50px; right:50px;}
    .popnews.show .popclose{ left:10px }
    .popnewtext .containers{ width: 91%;} 
}
@media (min-width:1200px) 
{
    .poptext{ width:calc(100% - 160px); }
    .popnews.show .poptext{ left:80px; right:80px;}
    .popnews.show .popclose{ left:30px }
    .popnewtext{ padding:40px 0px;}
    .popnewtext .containers{ width: 88%;}
    .popcom_tt{ font-size: 28px; }
}
@media (min-width:1601px) 
{
    .popnewtext{ padding:80px 0px; }
    .popnewtext .containers{ width: 1400px;}
    .popcom_tt{ font-size: 32px; }
}
#page_Title{ line-height:1.6; font-size:16px; text-align: center; }
.page_Info{ margin-top:8px; padding-bottom:6px; color:#666666; text-align: center;  overflow: hidden;  border-bottom:solid 1px #EBEBEB;}
.page_Info_cc{ display: inline-block; }
.page_Infoleft { float: left;  margin: 0px 5px; height: 22px; line-height: 22px;}
#infoImage{ width:100%;text-align:center; margin:15px 0 0px 0;}
#infoImage img{ max-width:100%;  border:#dcdcdc solid 1px;}
.page_Content{ margin:15px auto 0px; line-height:2; font-size: 13px; color: #666;}
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.page_Content table td a { text-decoration:underline; }
.rdpro1_video{ text-align: center; width: 100%; margin: 15px auto 0px; position: relative;}
.rdpro1_video img{ max-width: 100%; }
.rdpro1_video #playVideo{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1;}
.play_btn{ position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%,-50%); transition: .26s all linear; cursor: pointer;}
.right_side{ margin-top: 20px; background: #fff; padding: 10px;}
@media (min-width:768px) 
{
    .right_side{ padding: 15px; }
    #page_Title{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 22px; }
    .page_Info{  margin-top: 20px; padding-bottom: 12px;}
    #infoImage{ margin-top: 25px; }
    .page_Content{ margin:25px auto 0px; line-height:2.1; font-size: 15px;}
    .rdpro1_video{  margin: 20px auto 0px;}
    .right_side{ margin-top: 30px; padding:40px 65px; }
}
@media (min-width:1601px) 
{
    #page_Title{ font-size: 30px;  }
    .page_Info{  margin-top: 20px; padding-bottom: 16px;}
    #infoImage{ margin-top: 30px; }
    .page_Content{ margin:40px auto 0px; font-size: 17px;}
    .rdpro1_video{  margin: 25px auto 0px;}
    .right_side{  margin-top: 45px; padding:55px 133px;}
}

/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}

.page_message{ overflow: hidden; margin-top: 10px;}
.seek_job li{ padding-top:10px; height: 100%; overflow: hidden;}
.seek_t1{ float: left; font-weight: bold; height: 40px; line-height: 40px; width:60px;}
.job_nam{ float: left; margin-left: 15px; color:#f39801; font-weight: bold; }
.G_InputText{
    width:100%;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_InputText:hover{ border:1px solid #f39801; }
.G_captcha{
    width:85px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_captcha:hover{ border:1px solid #f39801; }
.G_textarea{
    width:100%;
    height:150px;
    line-height:30px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_textarea:hover{ border:1px solid #f39801; }
.G_select{ float: left; border:1px solid #dedede; height: 40px; line-height: 40px; }
.job_radio{ float: left; }
.G_img{ float: left; margin-top: 10px; margin-left: 5px; }
.G_But{
    width:100%;
    height:50px;
    line-height:50px;
    background:#f39801;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 18px;
}
.G_But:hover{
    background:#f18b00; color: #fff;
}
@media (min-width:370px) 
{
    .G_captcha{ width: 100px; }
}
@media (min-width:768px) 
{
    .G_InputText{ width: 500px; }
    .G_textarea{ width: 500px; }
    .G_But{ width: 400px; }
}
@media (min-width:1200px) 
{
    .page_message{ margin-top: 15px; }
    .page_message_left{ width: 70%; float: left;}
    .page_message_wx{ width: 140px; color: #999; float: left; margin-left: 60px; margin-top: 40px; text-align: center; }
    .page_message_wx img{ width: 100%; display: inline-block; }
}
@media (min-width:1601px) 
{
    .page_message{ margin-top: 30px; }
    .seek_job li{ margin-top: 13px; }
    .seek_t1{ height: 54px; line-height: 54px; }
    .G_InputText{ width: 700px; height: 54px; line-height: 54px;}
    .G_textarea{ width: 700px; }
    .G_captcha{ height: 54px; line-height: 54px; width: 130px; }
    .G_But{ width: 400px; height: 58px; line-height: 58px;} 
    .page_message #verifyImg{ margin-top: 10px; }
    .page_message_wx{ width: 145px; margin-left: 100px; }
    .page_message_wx img{ margin-bottom: 10px; }
}

/*******Css prev_next*******/
.prev_next{ overflow: hidden; margin-top: 15px;}
.prev_next li{ cursor: pointer;  height: 30px; line-height: 30px; overflow: hidden;  }
@media (min-width:768px) 
{
   .prev_next{ position: relative; padding-right: 110px;}
   .prev_next_btn{ width: 100px; height: 60px; line-height: 60px; background-color:#f39801; background-image: url(../images/prev_next_icon.png); background-position: 15px center; background-repeat: no-repeat; padding-left: 36px; color: #fff; position: absolute; right: 0px; top: 0px;}
   .prev_next_btn:hover{ background-color: #f18b5e; color: #fff; }
}
@media (min-width:1200px) 
{
    .prev_next{ margin-top: 25px; padding-right: 160px;}
    .prev_next li{ height: 40px; line-height: 40px; font-size: 15px; }
    .prev_next_btn{ font-size: 15px; width: 145px; height:80px; line-height: 80px; background-position: 25px center; padding-left: 60px;}
}
@media (min-width:1601px) 
{
    .prev_next{ margin-top: 45px; padding-right: 210px;}
    .prev_next li{ font-size: 17px; }
    .prev_next_btn{ font-size: 17px; }
}

/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 25px 0 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #f39801;
  background: #f39801;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}
@media (min-width:1200px) 
{
    .de-page-mian{ margin: 35px 0 10px; }
}
@media (min-width:1601px) 
{
    .de-page-mian{ margin: 50px 0 10px; }
}